summaryrefslogtreecommitdiff
path: root/filter/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-25 14:35:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-25 14:42:38 +0100
commit37fff5e32a5c918e27b031b2a7ddb97fd9d8b45d (patch)
treeaadb80fe51c8994dd374934e7083b979b7c55059 /filter/inc
parent5b9005677020c1111259bd0adc292a9b838c2995 (diff)
remove newly unused code
Diffstat (limited to 'filter/inc')
-rw-r--r--filter/inc/filter/msfilter/svxmsbas.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/filter/inc/filter/msfilter/svxmsbas.hxx b/filter/inc/filter/msfilter/svxmsbas.hxx
index f04a83b5111a..ae53f2bd9e84 100644
--- a/filter/inc/filter/msfilter/svxmsbas.hxx
+++ b/filter/inc/filter/msfilter/svxmsbas.hxx
@@ -76,26 +76,13 @@ public:
// check if the MS-VBA-Storage exist in the RootStorage of the DocShell.
// If it exist, then return the WarningId for loosing the information.
static sal_uLong GetSaveWarningOfMSVBAStorage( SfxObjectShell &rDocS );
- const ControlAttributeInfo& ControlNameForObjectId(){ return m_ModuleNameToObjIdHash; }
static String GetMSBasicStorageName();
- rtl::OUString GetVBAProjectName() { return msProjectName; }
private:
SotStorageRef xRoot;
SfxObjectShell &rDocSh;
sal_Bool bImport;
sal_Bool bCopy;
- ControlAttributeInfo m_ModuleNameToObjIdHash;
- MSFILTER_DLLPRIVATE void extractAttribute( const String& rAttribute, const String& rModName );
-
- MSFILTER_DLLPRIVATE sal_Bool ImportCode_Impl( const String& rStorageName,
- const String &rSubStorageName,
- const std::vector< String >& codeNames,
- sal_Bool bAsComment, sal_Bool bStripped);
- MSFILTER_DLLPRIVATE sal_Bool CopyStorage_Impl( const String& rStorageName,
- const String &rSubStorageName);
- rtl::OUString msProjectName;
- MSFILTER_DLLPRIVATE sal_Bool ImportCode_Impl( VBA_Impl&, const std::vector< String >&, sal_Bool, sal_Bool );
};
#endif