summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/itempool.hxx1
-rw-r--r--include/svl/sharecontrolfile.hxx1
-rw-r--r--include/svl/visitem.hxx2
-rw-r--r--include/svl/zforlist.hxx5
4 files changed, 0 insertions, 9 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 6c9327fc0303..512117714750 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -167,7 +167,6 @@ public:
SvStream & Load(SvStream &);
virtual SvStream & Store(SvStream &) const;
- bool HasPersistentRefCounts() const;
void LoadCompleted();
sal_uInt16 GetFirstWhich() const;
diff --git a/include/svl/sharecontrolfile.hxx b/include/svl/sharecontrolfile.hxx
index d622d0e74f3c..ad899ac133ba 100644
--- a/include/svl/sharecontrolfile.hxx
+++ b/include/svl/sharecontrolfile.hxx
@@ -44,7 +44,6 @@ class SVL_DLLPUBLIC ShareControlFile : public LockFileCommon
std::vector< LockFileEntry > m_aUsersData;
- void OpenStream();
void Close();
bool IsValid()
{
diff --git a/include/svl/visitem.hxx b/include/svl/visitem.hxx
index 0efc712e9b7c..b661c37f57da 100644
--- a/include/svl/visitem.hxx
+++ b/include/svl/visitem.hxx
@@ -63,8 +63,6 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = nullptr) const override;
- OUString GetValueTextByVal(bool bTheValue) const;
-
bool GetValue() const { return m_nValue.bVisible; }
};
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 9611eb6c4f3d..ab7dd90f1426 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -849,11 +849,6 @@ private:
// Create builtin formats for language/country if necessary, return CLOffset
SVL_DLLPRIVATE sal_uInt32 ImpGenerateCL( LanguageType eLnge );
- // Build negative currency format, old compatibility style
- SVL_DLLPRIVATE void ImpGetNegCurrFormat(OUStringBuffer& sNegStr, const OUString& rCurrSymbol);
- // Build positive currency format, old compatibility style
- SVL_DLLPRIVATE void ImpGetPosCurrFormat(OUStringBuffer& sPosStr, const OUString& rCurrSymbol);
-
// Create theCurrencyTable with all <type>NfCurrencyEntry</type>
SVL_DLLPRIVATE static void ImpInitCurrencyTable();