summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 6893c17cc213..6dbe5bd9a09b 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -279,6 +279,7 @@ void URLParameter::readHelpDataFile()
// Class encapsulating the transformation of the XInputStream to XHTML
+namespace {
class InputStreamTransformer
: public OWeakObject,
@@ -323,6 +324,7 @@ private:
OStringBuffer buffer;
};
+}
void URLParameter::open( const Reference< XOutputStream >& xDataSink )
{
@@ -513,6 +515,8 @@ bool URLParameter::query()
return ret;
}
+namespace {
+
struct UserData {
UserData( URLParameter* pInitial,
@@ -526,6 +530,8 @@ struct UserData {
URLParameter* m_pInitial;
};
+}
+
static UserData *ugblData = nullptr;
extern "C" {