summaryrefslogtreecommitdiffstats
path: root/include/tools/color.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-27 11:58:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-27 11:59:21 +0100
commit1e8b7cdbbd084a1e75f82bfff605321c8480b78d (patch)
treeb24565d31f1075cef3cd4a988388b52a34168b75 /include/tools/color.hxx
parentImprove names of WebDAV-related install:modules (diff)
downloadcore-1e8b7cdbbd084a1e75f82bfff605321c8480b78d.tar.gz
core-1e8b7cdbbd084a1e75f82bfff605321c8480b78d.zip
this farcical staroffice 5.0 related junk can at least be const
Change-Id: I096d98f6e0cb61cacd9cd82a623f832b88ded1e6
Diffstat (limited to 'include/tools/color.hxx')
-rw-r--r--include/tools/color.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index 00c89e2e5e89..0451a6912251 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -201,7 +201,7 @@ public:
}
SvStream& Read(SvStream& rIStream, bool bNewFormat = true);
- SvStream& Write(SvStream& rOStream, bool bNewFormat = true);
+ SvStream& Write(SvStream& rOStream, bool bNewFormat = true) const;
TOOLS_DLLPUBLIC friend SvStream& ReadColor(SvStream& rIStream, Color& rColor);
TOOLS_DLLPUBLIC friend SvStream& WriteColor(SvStream& rOStream, const Color& rColor);