[Libreoffice-commits] core.git: sc/qa
Kohei Yoshida
kohei.yoshida at gmail.com
Tue Jul 9 14:29:05 PDT 2013
sc/qa/unit/helper/qahelper.cxx | 4 +++-
sc/qa/unit/helper/qahelper.hxx | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 5ad1627bf03b6c6c94b63b954725ddc795d6b58c
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Tue Jul 9 17:28:55 2013 -0400
More on windows link error.
Change-Id: I01a62d48b3913f68ffd2dfc1c30a36aa0ebbe68a
diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx
index 8cf45f5..9583f04 100644
--- a/sc/qa/unit/helper/qahelper.cxx
+++ b/sc/qa/unit/helper/qahelper.cxx
@@ -7,7 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#undef SC_DLLIMPLEMENTATION
#include "qahelper.hxx"
#include "csv_handler.hxx"
@@ -167,6 +166,9 @@ const FileFormat* ScBootstrapFixture::getFileFormats()
return aFileFormats;
}
+ScBootstrapFixture::ScBootstrapFixture( const OUString& rsBaseString ) : m_aBaseString( rsBaseString ) {}
+ScBootstrapFixture::~ScBootstrapFixture() {}
+
void ScBootstrapFixture::createFileURL(
const OUString& aFileBase, const OUString& aFileExtension, OUString& rFilePath)
{
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx
index 66119f2..9c1594e 100644
--- a/sc/qa/unit/helper/qahelper.hxx
+++ b/sc/qa/unit/helper/qahelper.hxx
@@ -141,7 +141,8 @@ protected:
public:
static const FileFormat* getFileFormats();
- ScBootstrapFixture( const OUString& rsBaseString ) : m_aBaseString( rsBaseString ) {}
+ ScBootstrapFixture( const OUString& rsBaseString );
+ ~ScBootstrapFixture();
void createFileURL(const OUString& aFileBase, const OUString& aFileExtension, OUString& rFilePath);
More information about the Libreoffice-commits
mailing list