summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
authorOliver Specht <oliver.specht@cib.de>2015-09-10 11:01:26 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-09-11 11:13:23 +0000
commita212ef2b6ebadb22a9abf6d042aa2b5fd9ac1cf0 (patch)
treeaee754ccd8da5e209278c0ffe99c49e7a991f371 /include/sfx2/tabdlg.hxx
parentlokdocview: GTK+ calls should be made from the main thread (diff)
downloadcore-a212ef2b6ebadb22a9abf6d042aa2b5fd9ac1cf0.tar.gz
core-a212ef2b6ebadb22a9abf6d042aa2b5fd9ac1cf0.zip
tdf#93901: apply handling in style/edit dialog improved
introduced SfxTabPage::ChangesApplied() to enable resetting values to their initial state while editing styles Change-Id: I60fd68d8464e12e795b0e0d2f2e53882a225c181 Reviewed-on: https://gerrit.libreoffice.org/18467 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 603b1bd4d110..728cbf8d1591 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -264,6 +264,7 @@ public:
virtual void FillUserData();
virtual bool IsReadOnly() const;
virtual void PageCreated (const SfxAllItemSet& aSet);
+ virtual void ChangesApplied();
static const SfxPoolItem* GetItem( const SfxItemSet& rSet, sal_uInt16 nSlot, bool bDeep = true );
void SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame);