summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-04 15:13:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-04 17:18:42 +0000
commite62b75d3d0a472cb84022cd75f34b3dd1bb1102b (patch)
tree77775ab6973a69350e610725cebe11889f227e08 /sfx2/inc
parent1168543baa73369c0f09101c7ffc4a7102dce615 (diff)
unused method SetHasName
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/objsh.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/objsh.hxx b/sfx2/inc/sfx2/objsh.hxx
index 565a241031..71fd61f5b5 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;