diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-27 10:13:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-27 13:45:10 +0200 |
commit | fa1cebc00281b1e051c0f4b0494d02b5af7d1851 (patch) | |
tree | c88f1328bd8fae0ecfb8963c645d931a6f198f4b /include | |
parent | e9745e3a7fff649a03252a22f72d1d16aa162dad (diff) |
document that SfxTabDialog::bFmt is being used in a hacky way
Change-Id: Ie90e834176fd03de440739b317f23c7d8c9da795
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index f31bebafdef4..1b439ee30533 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -94,7 +94,7 @@ friend class SfxTabDialogController; sal_uInt32 nResId; sal_uInt16 nAppPageId; bool bItemsReset; - sal_Bool bFmt; + sal_Bool bFmt; // sal_True, sal_False or 2(some kind of hack) DECL_DLLPRIVATE_LINK( ActivatePageHdl, TabControl * ); DECL_DLLPRIVATE_LINK( DeactivatePageHdl, TabControl * ); |