summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-07-28 12:11:08 -0300
committerMichael Stahl <mstahl@redhat.com>2014-07-29 14:20:36 +0000
commit5021f298418f6efa7bb7b6540113b712599778fe (patch)
tree3ac99403bb3df46ba633ca28845705240472cb96 /include
parentdea278910731ddd8856fa122d59d83e01bdff87f (diff)
Remove some unused code
Change-Id: Ib1fb5108a858c35a5bbe8ba865e15660639725e3 Reviewed-on: https://gerrit.libreoffice.org/10593 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/formula/tokenarray.hxx1
-rw-r--r--include/test/mtfxmldump.hxx1
-rw-r--r--include/unotools/datetime.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index e20d5781b26a..c6433aa43b07 100644
--- a/include/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
@@ -114,7 +114,6 @@ public:
FormulaToken* GetNextReferenceRPN();
FormulaToken* GetNextReferenceOrName();
FormulaToken* GetNextColRowName();
- FormulaToken* GetNextOpCodeRPN( OpCode );
/// Peek at nIdx-1 if not out of bounds, decrements nIdx if successful. Returns NULL if not.
FormulaToken* PeekPrev( sal_uInt16 & nIdx );
FormulaToken* PeekNext();
diff --git a/include/test/mtfxmldump.hxx b/include/test/mtfxmldump.hxx
index 86ffe9dcd3bb..e91eb6bb1d5e 100644
--- a/include/test/mtfxmldump.hxx
+++ b/include/test/mtfxmldump.hxx
@@ -27,7 +27,6 @@ public:
void filterActionType(const sal_uInt16 nActionType, bool bShouldFilter);
void filterAllActionTypes();
- void filterNoneActionTypes();
/** The actual result that will be used for testing.
diff --git a/include/unotools/datetime.hxx b/include/unotools/datetime.hxx
index 56bdec948f47..d07402be20b1 100644
--- a/include/unotools/datetime.hxx
+++ b/include/unotools/datetime.hxx
@@ -43,7 +43,6 @@ namespace utl
UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::DateTime& _rDateTime, DateTime& _rOut);
UNOTOOLS_DLLPUBLIC void extractDate(const starutil::DateTime& _rDateTime, starutil::Date& _rOut);
- UNOTOOLS_DLLPUBLIC void extractTime(const starutil::DateTime& _rDateTime, starutil::Time& _rOut);
UNOTOOLS_DLLPUBLIC ::rtl::OUString toISO8601(const starutil::DateTime& _rDateTime);
UNOTOOLS_DLLPUBLIC bool ISO8601parseDateTime(const ::rtl::OUString &i_rIn, starutil::DateTime& o_rDateTime);