summaryrefslogtreecommitdiff
path: root/sal/rtl/uri.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/uri.cxx')
-rw-r--r--sal/rtl/uri.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/rtl/uri.cxx b/sal/rtl/uri.cxx
index 7edeb3067409..b00dfb99f472 100644
--- a/sal/rtl/uri.cxx
+++ b/sal/rtl/uri.cxx
@@ -318,9 +318,9 @@ struct Component
sal_Unicode const * pBegin;
sal_Unicode const * pEnd;
- inline Component(): pBegin(nullptr), pEnd(nullptr) {}
+ Component(): pBegin(nullptr), pEnd(nullptr) {}
- inline bool isPresent() const { return pBegin != nullptr; }
+ bool isPresent() const { return pBegin != nullptr; }
inline sal_Int32 getLength() const;
};