summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-09-28 13:47:03 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-09-29 10:46:59 +0200
commit9811d927766ec54c0ca7e163df3bd762caab0355 (patch)
treeb2c2f1c128645dd77640605b643981855bcddec0 /sw/inc
parent609e1af93fbfd1a835e657f9ad8e7d70e26b7be4 (diff)
Formel to Formula
Change-Id: I757bcfb1f425190a9fb62d1e0428f724230fe194
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/doc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index d98ede9194ef..a71b21aa17f3 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -656,9 +656,9 @@ private:
bool IsNameInArray( const std::vector<String>& rOldNames, const String& rName );
void GetAllDBNames( std::vector<String>& rAllDBNames );
OUString ReplaceUsedDBs( const std::vector<String>& rUsedDBNames,
- const OUString& rNewName, const OUString& rFormel );
+ const OUString& rNewName, const OUString& rFormula );
std::vector<String>& FindUsedDBs( const std::vector<String>& rAllDBNames,
- const String& rFormel,
+ const String& rFormula,
std::vector<String>& rUsedDBNames );
void InitDrawModel();