diff options
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/brushitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx index 149db46ea4e3..daa379b690fa 100644 --- a/include/editeng/brushitem.hxx +++ b/include/editeng/brushitem.hxx @@ -107,7 +107,7 @@ public: const OUString& GetGraphicLink() const { return maStrLink; } const OUString& GetGraphicFilter() const { return maStrFilter; } - //UUUU get graphic transparency in percent + // get graphic transparency in percent sal_Int8 getGraphicTransparency() const { return nGraphicTransparency; } void setGraphicTransparency(sal_Int8 nNew); |