summaryrefslogtreecommitdiff
path: root/include/svtools/htmlout.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 23:39:50 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 23:39:50 +0300
commit0db36919545b437eb154c24512b406ea78be78b7 (patch)
treec8e9c0116ff83bd95e486f22c23b49c7d48df5f2 /include/svtools/htmlout.hxx
parentdab78653430200bab325db6348734e570a34fe12 (diff)
WaE: passing OString by value, rather pass by reference
Change-Id: I41a318b8376ae3e68701ffe6ebc745bdbec62dc8
Diffstat (limited to 'include/svtools/htmlout.hxx')
-rw-r--r--include/svtools/htmlout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx
index dd3b24510df8..f904a05b3f20 100644
--- a/include/svtools/htmlout.hxx
+++ b/include/svtools/htmlout.hxx
@@ -108,7 +108,7 @@ struct HTMLOutFuncs
struct HtmlWriterHelper
{
- SVT_DLLPUBLIC static void applyColor( HtmlWriter& rHtmlWriter, OString aAttributeName, const Color& rColor);
+ SVT_DLLPUBLIC static void applyColor( HtmlWriter& rHtmlWriter, const OString &aAttributeName, const Color& rColor);
};
#endif