[Libreoffice-commits] .: test/inc test/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Mon Jan 30 23:42:41 PST 2012


 test/inc/test/sheet/xdatapilotdescriptor.hxx |    2 --
 test/source/sheet/xdatapilotdescriptor.cxx   |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2525c93e08f9b6256c298171a792add6b7fa0c29
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jan 31 08:39:07 2012 +0100

    Move definition of static data member to .cxx

diff --git a/test/inc/test/sheet/xdatapilotdescriptor.hxx b/test/inc/test/sheet/xdatapilotdescriptor.hxx
index 9eca14c..eb5b8c1 100644
--- a/test/inc/test/sheet/xdatapilotdescriptor.hxx
+++ b/test/inc/test/sheet/xdatapilotdescriptor.hxx
@@ -60,8 +60,6 @@ private:
     static std::vector<rtl::OUString> maFieldNames;
 };
 
-std::vector< rtl::OUString > XDataPilotDescriptor::maFieldNames;
-
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/test/source/sheet/xdatapilotdescriptor.cxx b/test/source/sheet/xdatapilotdescriptor.cxx
index aa39416..eaddff5 100644
--- a/test/source/sheet/xdatapilotdescriptor.cxx
+++ b/test/source/sheet/xdatapilotdescriptor.cxx
@@ -41,6 +41,8 @@ using namespace com::sun::star::uno;
 
 namespace apitest {
 
+std::vector< rtl::OUString > XDataPilotDescriptor::maFieldNames;
+
 void XDataPilotDescriptor::testTag()
 {
     rtl::OUString aTag(RTL_CONSTASCII_USTRINGPARAM("DataPilotDescriptor_Tag"));


More information about the Libreoffice-commits mailing list