diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-26 15:48:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-27 13:45:09 +0200 |
commit | 12f49da9baed5798a9dcb1814ff740f6b6a059db (patch) | |
tree | 4c84145d2196cecb7750b15ae8232cbaa9fe4649 /include | |
parent | 34002c4e5cf68ac0c98c3922c653c9ea8b898207 (diff) |
add comment to method to warn other developers
Change-Id: Iae27d951a80d7f5bf3c2d37693c7088f57e0e04d
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index b912b969711c..3374d0880ca6 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -401,6 +401,7 @@ public: static sal_uInt32 HandleFilter( SfxMedium* pMedium, SfxObjectShell* pDoc ); virtual void ViewAssigned(); + // the bUI parameter may be sal_False, sal_True or 2 - there is some kind of hack at work virtual bool PrepareClose( sal_Bool bUI = sal_True ); virtual bool IsInformationLost(); virtual sal_uInt16 GetHiddenInformationState( sal_uInt16 nStates ); |