[Libreoffice-commits] .: sfx2/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jan 4 09:21:24 PST 2011
sfx2/inc/sfx2/objsh.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e62b75d3d0a472cb84022cd75f34b3dd1bb1102b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 4 15:13:34 2011 +0000
unused method SetHasName
diff --git a/sfx2/inc/sfx2/objsh.hxx b/sfx2/inc/sfx2/objsh.hxx
index 565a241..71fd61f 100644
--- a/sfx2/inc/sfx2/objsh.hxx
+++ b/sfx2/inc/sfx2/objsh.hxx
@@ -282,7 +282,6 @@ public:
void FlushDocInfo();
sal_Bool HasName() const { return bHasName; }
virtual String GetAPIName() const;
- void SetHasName( sal_Bool bSet = sal_True ) { bHasName = bSet; }
void SetReadOnly();
sal_Bool IsReadOnly() const;
sal_Bool IsReadOnlyMedium() const;
More information about the Libreoffice-commits
mailing list