summaryrefslogtreecommitdiff
path: root/include/vcl/GraphicNativeMetadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/GraphicNativeMetadata.hxx')
-rw-r--r--include/vcl/GraphicNativeMetadata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/GraphicNativeMetadata.hxx b/include/vcl/GraphicNativeMetadata.hxx
index 118efa480df8..318fb724bf25 100644
--- a/include/vcl/GraphicNativeMetadata.hxx
+++ b/include/vcl/GraphicNativeMetadata.hxx
@@ -29,8 +29,8 @@ public:
GraphicNativeMetadata();
~GraphicNativeMetadata();
- bool read(Graphic const & rGraphic);
- sal_uInt16 getRotation() const { return mRotation;}
+ bool read(Graphic const& rGraphic);
+ sal_uInt16 getRotation() const { return mRotation; }
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */